Skip to content

Conversation

micaelae
Copy link
Member

@micaelae micaelae commented Oct 17, 2025

Explanation

References

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

Note

Replaces @microsoft/fetch-event-source with a custom SSE fetch helper and updates quote streaming to use it, removing the external dependency.

  • Bridge Controller:
    • SSE Utility: Add src/utils/fetch-server-events.ts to stream server-sent events via native fetch.
    • Quote Streaming: Update src/utils/fetch.ts to use fetchServerEvents for getQuoteStream, adjusting message/error handlers.
  • Dependencies:
    • Remove @microsoft/fetch-event-source from package.json.

Written by Cursor Bugbot for commit f61af63. This will update automatically on new commits. Configure here.

@micaelae micaelae requested review from a team as code owners October 17, 2025 21:09
@micaelae micaelae marked this pull request as draft October 17, 2025 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant